home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ For TASM / THUNK95.PAK / APP32.RH < prev    next >
Text File  |  1996-02-21  |  550b  |  21 lines

  1. //----------------------------------------------------------------------------
  2. // Thunk95 example program
  3. // Copyright (c) 1996 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #ifndef APP32_H
  6. #define APP32_H
  7.  
  8.  
  9. #define ID_ABOUTDLG     1
  10.  
  11. #define ID_MAINMENU     1
  12.  
  13. #define CM_ABOUT        101
  14. #define CM_EXIT         102
  15. #define CM_GETEMPLOYEE  103
  16. #define CM_GETSTRING    104
  17. #define CM_MULTIPLY     105
  18. #define CM_MULTIPLYREAL 106
  19.  
  20. #endif   // APP32_H
  21.